home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / hf / dsp / dsp4tool / readme.sim < prev    next >
Encoding:
Text File  |  1987-01-19  |  2.1 KB  |  46 lines

  1.  
  2.                         DSP56000 SIMULATOR
  3.                           Revision 1.11
  4.  
  5. SIM56000.EXE is revision 1.11 of the DSP56000 simulator program.  Revision
  6. 1.11 corrects a problem with the simulation of instructions of the type
  7. MOVE A,X0 #0,B that was discovered in revision 1.10 just prior to its release.
  8. The major changes from revision 1.0 are summarized below.
  9.  
  10. The most significant change is that the simulator now simulates the DSP56001 
  11. as a default.  The internal bootstrap ROM and data ROM areas are predefined.  
  12.  
  13. The simulator has been enhanced to fully support long registers and long 
  14. memory locations.  The long memory is referenced using an L: prefix.  The 
  15. long registers are the Data Alu registers A, B, X, and Y.  The X keycharacter 
  16. in the DISPLAY and BREAK commands was changed to RW to avoid ambiguity with 
  17. the X long register specification.
  18.  
  19. Register and memory locations may now have an associated display radix.  The
  20. associated radix is used when displaying the contents of the register or 
  21. memory and during evaluation of expressions involving their contents.  The 
  22. RADIX command is used to specify the display radix.
  23.  
  24. The DISASSEMBLE command has been enhanced so that consecutive entries of the
  25. command will page down through memory in 20 instruction blocks.
  26.  
  27. The HELP command has been enhanced to allow help for register names.  Bit 
  28. field names are displayed along with the register contents for appropriate 
  29. control and status registers.
  30.  
  31. A new command, HISTORY, has been added which displays the previous 20 
  32. instructions that executed prior to a breakpoint.
  33.  
  34. Two major modifications were made to the INPUT and OUTPUT commands.  The
  35. input and output radix can now be specified, simplifying the interface with 
  36. other utilities that require floating point or decimal I/O.  Peripheral pin 
  37. bit stream input may now be tied to another device pin enabling, for example, 
  38. the SCI RXD pin to receive input from the SCI TXD pin without intervening 
  39. storage to a disk file. 
  40.  
  41. The simulation execution is now based on the device PLA contents, which 
  42. enables excellent cycle by cycle correlation with the device operation.
  43.  
  44.  
  45.  
  46.